How to Automate removing components from a Blueprint Asset?

I have over 100 blueprint classes that each have several child actor components that are no longer needed. I want to automate removing all these components since doing it manually would take ages. Is there a way to do this? I tried Blueprint Editor Utilities but they only seemed to be able to modify instances not the classes themselves.