If you don't know the name of it, I would recommend trying this. It is more than likely in /system/app so do the following:
adb remount
adb shell
cd /system/app
ls
This will show you all of the apps that are in the system/app folder. Look for your app there. If it is, simply do the following as long as you are still in the app directory:
rm nameofapk.apk
If is isn't there, you could check /data/app but I'm guessing you'll find it in /system/app