I wish I didn't have anything useful to say here, but as the recipient of code tranfers through several downturns, skill rebalancings etc, I'd like to repeat and add a few points to the previous answers.
I assume your management has appointed one or more people to take over your work.
You said you don't need it anyway, but this is not the time to add comments to code.
It was already pointed out that the new owner of the software needs a high level overview, what does the software do and what was needed to do it. Keep this brief, and try to not let it devolve in 'what should the software have looked like', don't bother to re-architect the system from the grave.
Then move on to practical matters: who are the stakeholders, testers and anyone else that was and may become involved and know about this software.
Where are the requirements other documentation and PRs, is there anything expecially noteworthy in the PR's are upcoming requirements?
Where in version control is the sofware, is everything in there? Really?
What's needed to build the sofware?
The most valuable time will be spent on verifying the last two points: Recreate a complete a build environment from version control and build (test/deliver) from the new owner's machine. If there's time, fix a simple problem.
Good luck in the new job!