[Tex/LaTex] How to remove copyright footer from latex acm template

templates

I am trying to delete a footer copyright from the first page of my rapport using Latex acm large template but it still appearing in tjis way (see screenshot please):

Vol. 1, No. 1, Article . Publication date: January

    \documentclass[acmlarge,screen]{acmart}


\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}

\copyrightyear{}
\acmYear{}
\settopmatter{printacmref=false}
\renewcommand\footnotetextcopyrightpermission[1]{}
\pagestyle{plain}
\setcopyright{none}
\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection, June 03--05, 2018, Woodstock, NY}
\acmPrice{15.00}
\acmDOI{10.1145/1122445.1122456}
\acmISBN{978-1-4503-9999-9/18/06}
\usepackage[T1]{fontenc}
\usepackage{mwe}    % loads »blindtext« and »graphicx«
\usepackage{subfig}
\usepackage[justification=centering]{caption}
\usepackage[demo]{graphicx}
\usepackage[english]{babel}
\usepackage{amsmath}
\makeatletter
\let\@authorsaddresses\@empty
\makeatother

\begin{document}

enter image description here
EDIT:
Firstly, thanks to all the replies. Due to my new account, I am not able to add comments but I will answer here:
The article will be not published, it is only for internal between me and an examinat and by the way, he imposes the template and also the removing of all the copyright. Otherwise, I would to use my own template.
I've edited the code to be more clear for you 🙂 but I am sure what is inside the document is not related to the problem, it is only a normal text.

Best Answer

Use

\documentclass[acmlarge,screen,nonacm]{acmart}

according to

LaTeX documentation - Association for Computing Machinery