There is a .delete_all_visible_cookies method in Selenium. I was surprised to discover that .delete_all_cookies in Webdriver is a part of private API thus is not accessible through @driver instance.
It is a problem for IE since it does not start a clean browser on a new test run as FF.