To delete the currently selected item in a drop-down field you can use this command:
this.getField("FieldName").deleteItemAt(this.getField("FieldName").currentValueIndices);
All of these changes will be saved in the file when you save it. You don't need any special save command for that.