Note. This solution is for a newer version of Android Studio than the requested poster. I am adding this solution as this is the first link that appears on Google.
I am running Android Studio 1.5 on Windows 7, and none of the solutions above worked. The only way to remove projects from the recent list is to modify the recentProjects.xml file. I found it in C:\Users\{user name}\.AndroidStudio1.5\config\options\recentProjects.xml
I just deleted all the project parameter tags that I do not need. The structure looks like this:
<application> <component name="RecentProjectsManager"> <option name="recentPaths"> <list> <option value="XXX>
Boundless Aug 07 '16 at 19:03 2016-08-07 19:03
source share