Form embed remove fields before create

Is there a way to use onBeforeFormInit to remove some fields?

I want to manipulate the available form fields on a form embed based on external conditions set by other js functions.

@mattdev The only callback functions that are supported at this time are onFormReady and onFormSubmit.