I have gotten rid of the wlwmanifest_link and jquery, since I load it from a compressed version and at the footer, but I can't find a way to get rid of the swfobject.js.
This is the code I used to get rid of the other two in my functions.php file:
remove_action('wp_head', 'wlwmanifest_link');
if ( !is_admin() ) wp_deregister_script('jquery');
Replacing either with 'swfobject' does not remove it, so there must be another way.