Removing Icons from LaunchPad in Sierra

So in the past, I've used commands like this to remove an app from LaunchPad: sqlite3 ~/Library/Application Support/Dock/*.db "DELETE from apps WHERE title='APPNAME';" &&& killall Dock And that has worked. But a couple things have happened. That database has moved and is no longer in ~/Library/Appl…