The answer depends on how the combo box is being populated. Both solutions would require the use of VBA.
If the combo box is being populated with a query then you can update the QueryDef and provide criteria that will prevent that value from being displayed.
If the combo box is a Value List then you can submit a new list of values, excluding that value, as the Row Source of the combo box.