Following on from previous note regarding ZFS boot pool.
Use this one liner to remove all system snapshots in one go:
# Use this to remove all system snapshots in one go
zfs list -H -r -t snapshot -o name,used,referenced,creation bpool/BOOT | head -n 5 | cut -c 35-40 | xargs -n 1 sudo zsysctl state remove --system