
Sudo sqlite3 $(sudo echo /private/var/folders/*/*/*//db/db) If you want to check what shortcuts will be removed, than you just do a SELECT title instead of DELETE, example bellow:

Pay close attention to the SQL query you are writing to make sure that aren't going to remove important shortcuts. Sudo sqlite3 $(sudo echo /private/var/folders/*/*/*//db/db) "delete from apps where title like ' AAM%' or title like ' AASI%' or title like ' %IPCBroker' or title like ' %adobe_%helper%' "Ġ. # find launchpad database file and clean it up

The commands bellow will remove all these shortcuts from Launchpad:
