I had a few push notifications from Profiles that were removed, but they just never seemed to go away. This is a way to get rid of them:
Open a shell prompt
sudo mysql
Once at the prompt, type:
use jamfsoftware
Then type the command:
delete from mobile_device_management_commands where apns_result_status != 'Acknowledged';
