"add_helpers_to_create_audit_event_destination_models" did not exist on "503242"
Add Feature#remove
Currently, to remove a feature one needs to run the following from the Rails console:
Feature.get(:my_flag).remove
Let's add Feature#remove so it's easier and more consistent.