When I want to remove a Cookie I try
unset($_COOKIE[\'hello\']);
I see in my cookie browser from firefox that the cookie still exists. How
If you set the cookie to expire in the past, the browser will remove it. See setcookie() delete example at php.net