Yes, setting a cookie with a time that is less than the current time should do the trick.
http://us2.php.net/manual/en/function.setcookie.php
See example two where it sets the cookie to one hour in the past to effectively tell the browser to remove it.
-r