Blaze.remove(view) events not being removed

Hello!

I’m not sure if I’m understanding the use of Blaze.remove(view).
I’m registering events on a template with the Template.templateName.events({}), but Blaze.remove does not clear out those registered events. Is this an known issue, or is there a different Blaze API function to call?

Any suggestions?