Turn "Unpin On Complete" to true in the plugin parameters and it should automatically unpin completed quests. You can unpin them with this js though:
$cgmz.getQuest("My Quest").unpin();
Thanks!