jquery remove option from select by value

JavaScript
$("#FIELDID option[value='X']").remove();
Source

Also in JavaScript: