Shrink the disk (from https://www.maketecheasier.com/shrink-your-virtualbox-vm/):
- Reboot in Recovery mode (hold the Shift key while the VM is booting)
- Switch to Console
- Mount the disk in read-only mode:
mount -n -o remount,ro -t ext3 /dev/sda1 /
- Zero out the free space:
zerofree /dev/sda1
- Shut down the VM:
shutdown -h now
Then export the VM as an OVA file.