The following code removes all values from a Select Box except the selected one.
$("#YOUR_ELEMENT_ID").find('option').not(':selected').remove();