Its because you arent mounting r/w.
I just used it to remove the AlarmClock.apk with out issue. You need to do this:
su (enter)
mount -o rw,remount -t yaffs2 /dev/block/mtdblock4/system (enter) (this mounted r/w)
cd /system/app (enter)
rm nameofapk.apk
and it removes it.