Sure. If you're S-ON go to recovery mode, mount /system and use adb shell rm -f path/to/package.apk
adb shell ls /system/app/ will tell you what files there are, and you need to work out which ones are part of sense. In a number of cases you may need to replace them with alternatives.
If you're S-OFF you can use root explorer or super manager to mount /system as rw (or use adb shell mount -o rw,remount /system) and then navigate to /system/app/ and delete the files that way. Once again replacing the ones that need replacing.
ok man. thx 4 answer!
and now, i forget it