You may hide the Save as Draft button by putting the code written below in:

<script type="text/javascript">
	$(document).ready( function(){
		$("#saveAsDraft").remove();
	});
</script>