The ‘New …’ button is shown upon opening the lookup search dialog whenever the logged in user has at least user create privilege on a dataverse table. We recently had a requirement to prevent users from creating a new record from the lookup. This was required only on a specific form. The users should otherwise be able to create the record from other areas of the model driven app.
Unfortunately, there is no way of hiding the out of the box button from the user interface via the form editor and to remove the create privilege did not suit our purpose:

Luckily there is an option within the form XML that helps us to achieve the desired outcome. Adding the tag
Steps:
- Create an unmanaged solution containing only the required form
- Locate the lookup control based on its schema name in customizations.xml
- Add IsInlineNewEnabled tag to control’s parameters collection
- Zip the contents of the extracted folder including your modified customizations.xml
- Import the newly created solution zip file and publish all changes.
- Verify that the button is not shown.
Sample schema of the lookup is as shown below (Parameters of your lookup instance might vary). The new tag is highlighted:

If all goes as expected, then the result should be as shown below:
