Zenphoto comes with jQuery (1.11.x in the coming 1.4.6) which is loaded by default on the front end via the theme_head filter. If you need extra jquery plugins you can include them the normal way via `<script>` in the theme's head after the filter. Or you do via the filter itself via plugins.
There is no way to exclude that.