Follow

@jsummer
Try it like this:
>Enter shell by entering in terminal: adb shell
>List packages by entering: pm list packages
>Remove package by entering:
pm uninstall -k --user 0 <name of package>
>Repeat ^ for other packages

This is how I did it, it should work