Set the applicationIconBadgeNumber
property of your UIApplication
instance to 0. That is,
[UIApplication sharedApplication].applicationIconBadgeNumber = 0;
Edit: In the current iOS SDK, you can't remove just a single notification from the Notification Center programatically.