您可以从中删除大写部分\chapterrunhead
:
\documentclass{amsbook}
\usepackage{xpatch}
\makeatletter
\xpatchcmd{\chapterrunhead}{\uppercasenonmath\@tempa}{}{}{}
\makeatother
\begin{document}
\chapter{Chapter 1}
\section{Section 1}
\newpage
\section{Section 2}
\end{document}