Is it safe to manually remove the tables associated with a module after removing a package?

You can find all references to it by searching:

  • all files in the SuiteCRM folder:

grep -irn ttona_aulseras .

  • all tables in the database for the string ttona_aulseras:

How to search entire database from phpMyAdmin

By finding all places referencing the file, you perfect your clean-up