Removing jquery from wp_head call
I have a classipress site, latest version and I want to remove the jquery calls in the head
<script type='text/javascript' src='http://.co.uk/
wp-includes/
js/jquery/jquery.
js?ver=1.10.2'></script>
<script type='text/javascript' src='http://.co.uk/
wp-includes/
js/jquery/jquery-migrate.min.
js?ver=1.2.1'></script>
I have searched the themes folder and cannot locate the code, I have removed bits from the enque file but it still shows
I tried using php function remove action but that just places it in the footer!!!