I figured it out, so I added a remove_event_handler method to the Augment dependency:
def remove_event_handler(component, event,func):
component.remove_event_handler(event,func)
and it worked; perhaps you could add it to the Augment library.
Regards,