you can manually add the code below to the page you wish to remove it from
<script>
jQuery(document).ready(function() {
jQuery('#wp-float-widget').remove()
});
</script>
where wp-float-widget is the exact ID for the floating item on the page. if you are unable to find the ID, provide a link to the page with WP Float and I can help you.