I need to do an investigation on removing a third-party app and it has its own solution that contains its components.
My way of doing this is to check the dependencies of each component, and if this component is being used in a view/form/relationship I need to replace it with a new one that won’t depend on this third-party app.
I would like to have your suggestions on what are the other things that I need to check or need to consider in removing a third-party app aside from what I have stated above?