I tried this to remove the adjacent li, but it doesn't work:
   $(this).prev(".Removable").remove();
Edit: I only want to remove the immediate adjacent li if it has that class.
 WHEN SELECTABLE IS CLICKED I WANT THE PREVIOUS REMOVABLE TO VANISH
  <ul>
  <li class="Removable">   <li>
  <li class="Selectable">   <li>
  <li class="Removable">     <li>
  <ul>